GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-25T23:31:41.1735403+00:00",
"SubmitDate": "2026-06-25T23:31:41.1735403+00:00",
"ReportPeriodStart": "2026-06-25T23:31:41.1735403+00:00",
"ReportPeriodEnd": "2026-06-25T23:31:41.1735403+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "198d1ef2-2a29-4413-89fe-18c2aff777de",
"Rows": [
{
"ItemId": "0430f202-5fd8-4527-b1a9-2513fc22dbe5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0430f202-5fd8-4527-b1a9-2513fc22dbe5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "198d1ef2-2a29-4413-89fe-18c2aff777de",
"Rows": [
{
"ItemId": "0430f202-5fd8-4527-b1a9-2513fc22dbe5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0430f202-5fd8-4527-b1a9-2513fc22dbe5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4f40498c-ec31-4931-b003-e2648973e3c0",
"6412c17c-40c7-4738-9c9a-28fcdcb23435"
],
"Approvers": [
"3b8e0331-b438-4f12-bd59-35e51b5546d4",
"e24a4d56-c0d3-4def-86f5-e7d870c0f910"
],
"ApprovedBy": "2570c1bd-dc68-46e0-929c-260489c06edb",
"ApprovalDate": "2026-06-25T23:31:41.1735403+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0bd823fc-138a-4e84-88b1-c217ea24602b",
"id": "e38b7bf3-52c4-4593-8b8e-0338092172a3",
"ConfigId": "72bae749-56d0-480f-a8ad-973d22fbbb36"
},
{
"GenerationDate": "2026-06-25T23:31:41.1735403+00:00",
"SubmitDate": "2026-06-25T23:31:41.1735403+00:00",
"ReportPeriodStart": "2026-06-25T23:31:41.1735403+00:00",
"ReportPeriodEnd": "2026-06-25T23:31:41.1735403+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "198d1ef2-2a29-4413-89fe-18c2aff777de",
"Rows": [
{
"ItemId": "0430f202-5fd8-4527-b1a9-2513fc22dbe5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0430f202-5fd8-4527-b1a9-2513fc22dbe5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "198d1ef2-2a29-4413-89fe-18c2aff777de",
"Rows": [
{
"ItemId": "0430f202-5fd8-4527-b1a9-2513fc22dbe5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0430f202-5fd8-4527-b1a9-2513fc22dbe5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4f40498c-ec31-4931-b003-e2648973e3c0",
"6412c17c-40c7-4738-9c9a-28fcdcb23435"
],
"Approvers": [
"3b8e0331-b438-4f12-bd59-35e51b5546d4",
"e24a4d56-c0d3-4def-86f5-e7d870c0f910"
],
"ApprovedBy": "2570c1bd-dc68-46e0-929c-260489c06edb",
"ApprovalDate": "2026-06-25T23:31:41.1735403+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0bd823fc-138a-4e84-88b1-c217ea24602b",
"id": "e38b7bf3-52c4-4593-8b8e-0338092172a3",
"ConfigId": "72bae749-56d0-480f-a8ad-973d22fbbb36"
}
]